Using Command-Line Parameters

CygNet Studio supports several command-line parameters. See Running a Command-Line Utility for more information about using the command line.

Options are described in the following table.

Parameter Description

/domain

Opens CygNet Studio to the specified domain.

Example

C:CygNet\Clients\CStudio> CStudio /domain:<domain>

/conv

Converts the properties of objects in the specified CygNet Studio file to the substitution set(s) defined in the specified XML file.

Example

cstudio/conv subs.xml:"Standard Substitution" <myscreen>.csf

/edit

Starts CygNet Studio in Edit mode instead of Run mode. A .csf file must be specified.

Example

cstudio/edit <myscreen>.csf

/xml

or

/xmledit

Exports the file's screen and tool properties to an .xml file stored in the current directory. myscreen.csf yields myscreen.xml in the current directory.

Examples

C:CygNet\Clients\CStudio.exe /xml <myscreen>.csf

C:CygNet\Clients\CStudio.exe /xmledit <myscreen>.csf

"myscreen.csf" yields "myscreen.xml" in the current directory.

Back to top